home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 121_01.zip / TEL.DOC < prev    next >
Text File  |  1993-06-01  |  2KB  |  69 lines

  1.  
  2.      TEL (1)                   BDS C Users' Group                   TEL (1)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           tel - dumb terminal emulator with file transfer 
  8.  
  9.      SYNOPSIS        SYNOPSIS 
  10.           tel             tel 
  11.  
  12.      DESCRIPTION        DESCRIPTION 
  13.           Tel is a considerably modified version of Telnet v2.3, as 
  14.           distributed with v1.46 of the BDS C compiler.  The following 
  15.           features have been added: 
  16.           (1) multiple files may be sent/received by one command 
  17.           (2) directories may be listed 
  18.           (3) the quit command hangs up a hayes smartmodem.  
  19.           To accommodate these changes, some of the command names have 
  20.           been changed.  
  21.           This program uses a modem to emulate a dumb terminal.  
  22.           Incoming data may be buffered in memory and written to disk, 
  23.           data may be transmitted from disk to the modem, or files may 
  24.           be formally transferred in a "checksum" mode with automatic 
  25.           handshaking and buffering.  
  26.  
  27.      CAVEATS        CAVEATS 
  28.           This program was tested with v1.50 of the BDS C compiler 
  29.           under CP/M 2.2.  It should work with other versions of BDS C 
  30.           and CP/M, but has not been tested.  
  31.  
  32.      SEE ALSO        SEE ALSO 
  33.           telnet(1),tl370(1) 
  34.  
  35.      WARNINGS        WARNINGS 
  36.           The checksum file transfer does not follow the XMODEM 
  37.           protocol.  
  38.           Variable baud rate support is present, but commented out.  
  39.           Hardware-specific coding would be required to implement it.  
  40.  
  41.      BUGS        BUGS 
  42.           Tel assumes that the CP/M console is much faster than the 
  43.           modem (e.g. a 1200+ baud console with a 300 baud modem).  
  44.  
  45.      NOTES        NOTES 
  46.           Requires local.c and files.c for link.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67. d from disk to the modem, or files may 
  68.           be formally transferred in a "checksum" mode with automatic 
  69.